home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / oddech / flashgame / bowling / install / bowling.exe / scripts / DefineButton2_343 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-05  |  119b  |  9 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("preloading");
  5.       play();
  6.    }
  7.    gotoAndPlay(91);
  8. }
  9.